From: LLVM Packaging Team Date: Sat, 21 Oct 2017 11:43:31 +0000 (+0100) Subject: disable-execinfo-usage X-Git-Tag: archive/raspbian/1%3.8.1-27+rpi1^2^2~47 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d499abe9029f626c98b1a8c666ab426221ec3b68;p=llvm-toolchain-3.8.git disable-execinfo-usage =================================================================== Gbp-Pq: Name disable-execinfo-usage.diff --- diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index e2388e05..ff10216b 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -201,7 +201,7 @@ ifeq ($(HOST_OS),FreeBSD) # Allow unresolved symbols. LLVMLibsOptions += -Wl,--allow-shlib-undefined # Link in python - LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt -L/usr/local/lib -lexecinfo \ + LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt \ -ledit -lncurses -lpanel -lpthread endif